/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
    height: 398px;
    overflow: hidden;
    position: relative; margin-top:-48px;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 398px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 398px; 	width:100%;
	overflow:hidden;
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 398px;
    font-weight: bold;
	position:relative;

}
.banner > ul img{ position:absolute; left:50%; margin-left:-960px;}
.left-btn,.right-btn {
    width: 40px;
    height: 40px;
	float:right;
    background: url("../images/right-1.png");
    cursor: pointer;
}

.left-btn { float:left;
    background: url("../images/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(213,19,36,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    border: 1px solid rgba(213,19,36,0.8);
    background: rgba(255,255,255,0.8);
}

.pre_next{width: 1180px;margin:0 auto; margin-top: 180px;position: relative;}



















